.fl {float: left;}
.fr {float: right;}
/**:after, *:before {
    margin: 0;
    padding: 0;
    transition: all .5s;
}*/
/*------------------- Mobile Menu  -------------------*/
/*#mobile-menu-wrapper-div {
  display:none;
}*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  width: 0;
  height: 100%;
  transition: all ease 0.8s;
  display: none;
}

.mobile-menu-wrapper .mean-menu-area {
  width: 100%;
  max-width: 280px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -1000px;
  /*left: 0;*/
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
}

.mobile-menu-wrapper .mean-menu-area .mobile-logo {
  max-width: 120px;
  padding-bottom: 30px;
  padding-top: 45px;
  margin: 0 auto;
  text-align: center;
}

.mobile-menu-wrapper .mean-menu-area .menu-close {
  background-color: transparent;
  border: none;
  font-size: 22px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #36A9F2;
  z-index: 1;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu {
  /*overflow-y: scroll;*/
  max-height: 350px;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li {
  border-bottom: 1px solid #eee;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li:first-child {
  border-top: 1px solid #eee;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 7px 10px;
  line-height: 1;
  font-size: 14px;
  text-transform: capitalize;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li a span{
  font-size: 12px;
}
.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li:last-child {
  border-bottom: none;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li a {
  padding-left: 15px;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li a {
  padding-left: 20px;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li ul li ul li ul li a {
  padding-left: 25px;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children > a:after {
  content: '\f243';
  font-family:"iconfont" !important;
  font-weight: 700;
  float: right;
  padding-right: 10px;
  margin-top: -7px;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
  color: #36A9F2;
}

.mobile-menu-wrapper .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a:after {
  content: '\e62b';
}

.mobile-menu-wrapper.menu-visible {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}

.mobile-menu-wrapper.menu-visible .mean-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all ease 1s;
}

.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li a:hover,
.mobile-menu-wrapper.layout2 .mean-menu-area .mobile-menu ul li.menu-item-has-children.show > a {
  color: #ef0f3a;
}

.mobile-menu-wrapper.layout2 .mean-menu-area .menu-close {
  color: #ef0f3a;
}
/*------------------- header-top-layout  -------------------*/
.header-top-layout {
  background: #36A9F2;
  overflow: hidden;
  color: #fff;
}
.header-top-layout a {
  color: #fff;
  display: block;
}
.header-top-layout a:hover {
  color: #FBC442;
  font-weight: bold;
}
.header-top-layout .header-top-wrap {
  line-height: 32px;
  font-size: 14px;
  height: 32px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.header-top-layout .header-top-wrap a {
  color: #fff;
}
.header-top-layout .header-top-wrap li {
  float: left;
  width: 86px;
}
.header-top-layout .header-top-wrap li i {
  margin-right: 6px;
}
.header-top-layout .header-top-wrap li:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-right: 10px;
}

.header-middle-area {
  position: relative;
  height: 80px;
  padding: 50px 0;
}
.header-middle-area .action-box1, .header-middle-area .action-box2{
  padding-right: 10px;
  margin-right: 10px;
  width: 230px;
  float: left;
}
.header-middle-area .action-box1 {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.shape-icon {
  position: relative;
  display: inline-block;
  z-index: 1;
  top:5px;
  margin-right: 20px;
}
.shape-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  background-color: #fff;
  z-index: -1;
  opacity: 0.10;
  border-radius: 50%;
  animation: cscale 1s infinite alternate;
}
.shape-icon i {
  color: #fff;
  font-size: 46px;*
  padding-left: 30px;
}
.shape-icon {
  width: 60px;
  float: left;
}
.shape-icon:before {
  background-color: #ffffff;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  opacity: 0.15;
}

.shape-icon i {
  color: #ffffff;
  font-size: 46px;
  padding-left: 25px;
}
@keyframes cscale {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1.18);
  }
}
.header-middle-area .content {
  width: 150px;
  float: right;
}
.header-middle-area .content span {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}
.header-middle-area .content .text {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

/*search-bar*/
.header-middle-area .search-bar{
  width: 360px;
  margin-top: 10px;
  float: left;
}

.phpne-box {
  width: 300px;
  float: right;
}
.phone-box .icon {
    width: 60px;
    height: 60px;
    background-color: rgba(255,255,255,.2);
    padding: 10px;
    text-align: center;
    margin-right: 35px;
    position: relative;
    left: 40px;
    top: -5px;
    border-radius: 50%;
}
.phone-box .icon i {
  font-size: 38px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.phone-box .icon:after, .phone-box .icon:before {
    content: '';
    background-color: rgba(255,255,255,.1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 1;
    border-radius: 50%;
    animation-name: callIcon;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.phone-box .phone-box-info {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  /*line-height: 28px;*/
}
.phone-box .phone-box-info strong {
  font-size: 28px;
}
@keyframes callIcon {
  0% {
    transform: scale(0.7);
  }
  90% {
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
  }
}

header {
  background-color: #fff;
}

header .header-logo {
  /*padding: 8px 0;*/
  width: 420px;
  display: inline-block;
  border: px solid #f00;
  padding-top: 15px;
  height: 105px;
}

header .header-logo .logo {
  width: 105px;
  height: 105px;
}
header .header-logo .logo img {
  width: 105px;
  height: 105px;
}
header .header-logo .title{
  width: 290px;
  height: 90px;
  margin: 0;
  color: #36A9F2;
  float: right;
  padding: 16px 0 0 0;
  border: px solid #f00;
}

header .header-logo .title .title-header {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}

header .header-logo .title .title-header2{
  color: #000;
  font-size: 18px;
  line-height: 36px;
}
header .header-logo .title .title-header2 b{
  color: #36A9F2;
}

header .main-menu {
  text-align: right!important;
  float: right;
}
header .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px 20px;
}


header .main-menu ul li a {
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 51px 5px;
  color: #01133c;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
header .main-menu ul li a span{
  font-size: 12px;
}
header .main-menu ul li a:hover {
  color: #36A9F2;
}

header .main-menu ul li.menu-item-has-children > a:after {
    content: '\f243';
    position: absolute;
    font-family:"iconfont" !important;
    right: -20px;
    top: 60px;
}
header .main-menu ul li.menu-item-has-children:nth-child(6) > a:after {
    display: none;
}
.sticky-header-wrap .main-menu ul li.menu-item-has-children:nth-child(6) > a:after {
    display: none;
}
header .main-menu ul li ul {
  /*border-top: 3px solid #36A9F2;*/
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  min-width: 150px;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all ease 0.4s;
}

header .main-menu ul li ul li {
  display: block;
  margin: 0;
}
header .main-menu ul li ul li:nth-child(1) {
  border-top: 2px solid #36A9F2;
}

header .main-menu ul li ul li.menu-item-has-children > a:after {
  float: right;
  content: '\f054';
  transform: translateX(0);
  transition: all ease 0.4s;
}

header .main-menu ul li ul li a {
  display: block;
  padding: 12px 15px;
  padding-left: 15px;
  overflow: hidden;
  border-bottom: 1px solid #edf2f4;
  color: #01133c;
  text-align: left;
  font-size: 14px;
}

header .main-menu ul li ul li a:hover {
  color: #36A9F2;
}

header .main-menu ul li ul li a:before {
  content: '\f244';
  position: absolute;
  font-weight: 300;
  font-family:"iconfont" !important;
  font-size: 11px;
  margin-right: 0;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

header .main-menu ul li ul li a:hover {
  padding-left: 25px;
}

header .main-menu ul li ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

header .main-menu ul li ul li a:hover:after {
  transform: translateX(40px);
}

header .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

header .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

header .main-menu ul li ul li ul ul li ul {
  left: auto;
  right: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

header .main-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.header2-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.header-layout2 {
  position: relative;
  background-color: transparent;
  z-index: 2;
}

.header-layout2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 29.5%;
  height: 100%;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0% 100%);
}

.header-layout2 .main-menu ul li a {
  padding: 41.51px 0;
  color: #ffffff;
  font-weight: 700;
}

.header-layout2 .main-menu ul li a:hover {
  color: #ef0f3a;
}

.header-layout2 .main-menu ul li ul {
  border-top: none;
  padding-top: 10px;
  left: -15px;
  margin-top: 40px;
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
}

.header-layout2 .main-menu ul li ul:before {
  content: '';
  position: absolute;
  top: -16px;
  left: 24px;
  border-bottom: 18px solid #ffffff;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.header-layout2 .main-menu ul li ul li a {
  padding: 12px 15px;
  color: #01133c;
}

.header-layout2 .main-menu ul li ul li a:hover {
  color: #ef0f3a;
}

.header-layout2 .main-menu ul li ul li ul {
  left: 100%;
  padding-top: 0;
}

.header-layout2 .main-menu ul li ul li ul:before {
  display: none;
}

.header-layout2 .main-menu ul li:hover > ul {
  margin-top: 0;
}

.header-layout2 .header-btn .primary-btn {
  width: 246px;
  font-size: 14px;
  margin-right: 25px;
}

.header-layout2 .header-btn button {
  font-size: 18px;
  color: #ffffff;
  margin-right: 30px;
}

.header-layout2 .header-btn button:last-child {
  margin-right: 0;
}

.header-layout2 .header-btn button:hover {
  color: #ef0f3a;
}

.header-layout3 {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-layout3 .header-top-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

.header-layout3 .header-middle-layout3 {
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
}

.header-layout3 .inner-wrapper {
  padding-bottom: 85px;
  background-image: url(http://dzbfdz2.com/template/dzbfdz.com/images/header-bg-3-1.png);
  background-size: 100.5% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

.header-layout3 .inner-wrapper::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -18px;
  margin-left: -55px;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  border-radius: 50%;
}

.header-layout3 .phone-btn {
  position: absolute;
  left: 50%;
  width: 90px;
  height: 90px;
  margin-left: -45px;
  text-align: center;
  background-color: #ffffff;
  bottom: -7px;
  padding: 10px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0px 7px 14.7px 0.3px rgba(0, 0, 0, 0.15);
}

.header-layout3 .phone-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: #36A9F2;
  line-height: 69px;
  font-size: 30px;
  color: #ffffff;
  z-index: 3;
  border-radius: 50%;
}

.header-layout3 .phone-btn a:hover {
  background-color: #ef0f3a;
  color: #ffffff;
}

.header-layout3 .phone-btn .ripple {
  z-index: -1;
}

.header-layout3 .header-menu-area {
  padding: 30px 50px;
}

.header-layout3 .main-menu ul li a {
  font-weight: 700;
  padding: 12px 0;
}

.header-layout3 .main-menu ul li ul {
  border-top: none;
  left: -15px;
  margin-top: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  transition: all ease-in-out 0.3s;
  transform: rotate(0);
}

.header-layout3 .main-menu ul li ul li a {
  padding: 12px 15px;
  color: #01133c;
}

.header-layout3 .main-menu ul li ul li ul {
  left: 100%;
  padding-top: 0;
}

.header-layout3 .main-menu ul li:hover > ul {
  margin-top: 0;
}

.header-layout3 .header-btn button {
  width: 52px;
  color: #ffffff;
  font-size: 18px;
  background-color: #36A9F2;
  margin-right: 20px;
}

.header-layout3 .header-btn button:hover {
  color: #ffffff;
}

.header-layout3 .header-btn button:last-child {
  margin-right: 0;
}

.sticky-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9999;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  transition: all ease 0.6s;
}

.sticky-header-wrap.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.sticky-header-wrap .header-logo {
  padding: 8px 0;
  width: 420px;
  display: inline-block;
  border: px solid #f00;
  height: 105px;
}
/*
header .header-logo a {
  display: inline-block;
}
*/
.sticky-header-wrap .header-logo .logo {
  width: 105px;
  height: 105px;
  float: left;
}
.sticky-header-wrap .header-logo .logo img {
  width: 105px;
  height: 105px;
}
.sticky-header-wrap .header-logo .title{
  width: 290px;
  height: 90px;
  margin: 0;
  color: #36A9F2;
  float: right;
  padding: 16px 0 0 0;
  border: px solid #f00;
}

.sticky-header-wrap .header-logo .title .title-header{
  font-size: 32px;
  font-weight: bold;
  line-height: 48px;
}

.sticky-header-wrap .header-logo .title .title-header2{
  color: #000;
  font-size: 18px;
  line-height: 36px;
}
.sticky-header-wrap .header-logo .title .title-header2 b{
  color: #36A9F2;
}
.sticky-header-wrap .main-menu {
  text-align: right!important;
  float: right;
  margin-top: 20px;
}
.sticky-header-wrap .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px 20px;
}

.sticky-header-wrap .main-menu ul li a {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 23px 0;
  color: #01133c;
  text-align: center;
  line-height: 20px;
}
.sticky-header-wrap .main-menu ul li a span{
  font-size: 12px;
}
.sticky-header-wrap .main-menu ul li a:hover {
  color: #36A9F2;
}

.sticky-header-wrap .main-menu ul li.menu-item-has-children > a:after {
  content: '\f243';
  position: absolute;
  font-family:"iconfont" !important;
  right: -20px;
  top: 34px;
}

.sticky-header-wrap .main-menu ul li ul {
  position: absolute;
  left: 0;
  top: 103px;
  background-color: #ffffff;
  min-width: 130px;
  z-index: 99;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform-origin: top;
  transform: rotateX(90deg);
  transition: all ease 0.4s;
}
.sticky-header-wrap .main-menu ul li ul li {
  display: block;
  margin: 0;
}
.sticky-header-wrap .main-menu ul li ul li:nth-child(1) {
  border-top: 3px solid #36A9F2;  
}
.sticky-header-wrap .main-menu ul li ul li.menu-item-has-children > a:after {
  float: right;
  content: '\f243';
  font-family:"iconfont" !important;
  transform: translateX(0);
  transition: all ease 0.4s;
}

.sticky-header-wrap .main-menu ul li ul li a {
  display: block;
  padding: 12px 15px;
  padding-left: 15px;
  overflow: hidden;
  border-bottom: 1px solid #edf2f4;
  color: #01133c;
  text-align: left;
  font-size: 14px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover {
  color: #36A9F2;
}

.sticky-header-wrap .main-menu ul li ul li a:before {
  content: '\e70f';
  position: absolute;
  font-weight: 300;
  font-family:"iconfont" !important;
  font-size: 16px;
  margin-right: 0;
  left: -20px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.sticky-header-wrap .main-menu ul li ul li a:hover {
  padding-left: 25px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  left: 10px;
}

.sticky-header-wrap .main-menu ul li ul li a:hover:after {
  transform: translateX(40px);
}

.sticky-header-wrap .main-menu ul li ul li:last-child a {
  border-bottom: none;
}

.sticky-header-wrap .main-menu ul li ul li ul {
  left: 100%;
  top: 0;
}

.sticky-header-wrap .main-menu ul li ul li ul ul li ul {
  left: auto;
  right: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky-header-wrap .main-menu ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0);
}

.sticky-header-layout2 .main-menu ul li a:hover {
  color: #ef0f3a;
}

.sticky-header-layout2 .main-menu ul li ul {
  border-top-color: #ef0f3a;
}

.sticky-header-layout2 .main-menu ul li ul li a:hover {
  color: #ef0f3a;
}

.sticky-header-layout2 .menu-button {
  color: #ef0f3a;
}

.menu-button {
  float: right;
  margin-top: 30px;
  cursor:pointer;
  padding: 0;
  border: none;
  color: #36A9F2;
  font-size: 36px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  margin-right: 15px;
}
@media screen and (max-width:756px){
  .menu-button {
    display: block;
  }
  header {
    height: 100px;
  }
  header .header-logo {
    width: 260px;
  }
  header .header-logo .logo {
    width: 80px;
    height: 80px;
  }
  header .header-logo .logo img {
    width: 80px;
    height: 80px;
  }
  header .header-logo .title {
    width: 180px;
    margin-top: 0;
  }
  header .header-logo .title .title-header {
    font-size: 18px;
    line-height: 36px;
  }
  header .header-logo .title .title-header2 {
    font-size: 9px;
    line-height: 18px;
  }
  .sticky-header-wrap .header-logo {
    width: 260px;
    height: 100px;
  }
  .sticky-header-wrap .header-logo .logo {
    width: 80px;
    height: 80px;
  }
  .sticky-header-wrap  .header-logo .logo img {
    width: 80px;
    height: 80px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 180px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
    font-size: 18px;
    line-height: 36px;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 9px;
    line-height: 18px;
  }
}
/*@media screen and (max-width:756px) {
  .menu-button {
    margin-top: 40px;
  }
  header .header-logo {
    width: 300px;
  }
  header .header-logo .title {
    width: 180px;
  }
  header .header-logo .title .title-header {
    font-size: 21px;
  }
  header .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .header-logo {
    width: 300px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 180px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
    font-size: 21px;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
}*/
@media (min-width: 992px) {
  .menu-button {
    display: none;
  }
}
@media (max-width:767.98px) {
  .mobile-menu-wrapper .mean-menu-area {
    max-width: 200px
  }
}

@media screen and (min-width:1024px) and (max-width:1279px){
  header .main-menu ul li:nth-child(1) {
    display:none;
  }
  header .header-logo {
    width: 300px;
  }
  header .header-logo .title {
    width: 180px;
  }
  header .header-logo .title .title-header {
    font-size: 21px;
  }
  header .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .header-logo {
    width: 300px;
  }
  .sticky-header-wrap .header-logo .title {
    width: 180px;
  }
  .sticky-header-wrap .header-logo .title .title-header {
    font-size: 21px;
  }
  .sticky-header-wrap .header-logo .title .title-header2 {
    font-size: 12px;
    line-height: 18px;
  }
  .sticky-header-wrap .main-menu ul li:nth-child(1) {
    display:none;
  }
}
@media (min-width:1200px) and (max-width:1500px) {
  .header-top-layout1 .header-middle-area form.search-bar {
    margin-left: 0
  }
}
@media (min-width:992px) and (max-width:1199.98px) {
  .header-middle-area form.search-bar {
    margin-left: 0
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .header-middle-area form.search-bar {
    display: none;
    margin-left: 45px
  }
}
@media screen and (max-width:769px) {
    .header-top-layout {
    display:none
    }
    header .main-menu {
      display: none;
    }
    .sticky-header-wrap .main-menu {
      display: none;
    }
}